'宣言 Public Function New( _ ByVal values() As System.Single _ )
public Matrix4x4( System.float[] values )
パラメータ
- values
- The values to assign to the components of the matrix. This must be an array with sixteen elements.
'宣言 Public Function New( _ ByVal values() As System.Single _ )
public Matrix4x4( System.float[] values )
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | Thrown when
valuesis
null. |
| System.ArgumentOutOfRangeException | Thrown when valuescontains more or less than sixteen elements. |